Returns a :ref:`ref_flyteidl.admin.NamedEntity` object
Retrieve a NamedEntity object.
Path Parameters
Resource type of the metadata to get. One of Task, Workflow or LaunchPlan. +required
UNSPECIFIED, TASK, WORKFLOW, LAUNCH_PLAN, DATASET Name of the project the resource belongs to.
Name of the domain the resource belongs to. A domain can be considered as a subset within a specific project.
User provided value for the resource. The combination of project + domain + name uniquely identifies the resource. +optional - in certain contexts - like 'List API', 'Launch plans'
Query Parameters
Optional, org key applied to the resource.
Response
A successful response.
Encapsulates information common to a NamedEntity, a Flyte resource such as a task, workflow or launch plan. A NamedEntity is exclusively identified by its resource type and identifier.
Indicates a resource type within Flyte.
- DATASET: A dataset represents an entity modeled in Flyte DataCatalog. A Dataset is also a versioned entity and can be a compilation of multiple individual objects. Eventually all Catalog objects should be modeled similar to Flyte Objects. The Dataset entities makes it possible for the UI and CLI to act on the objects in a similar manner to other Flyte objects
UNSPECIFIED, TASK, WORKFLOW, LAUNCH_PLAN, DATASET Encapsulation of fields that identifies a Flyte resource. A Flyte resource can be a task, workflow or launch plan. A resource can internally have multiple versions and is uniquely identified by project, domain, and name.
Additional metadata around a named entity.